github.com/klauspost/compress/zstd.seqCoders.mlEnc (field)
9 uses
github.com/klauspost/compress/zstd (current package)
blockenc.go#L64: if b.coders.mlEnc == nil {
blockenc.go#L65: b.coders.mlEnc = &fseEncoder{}
blockenc.go#L617: mlEnc := b.coders.mlEnc
blockenc.go#L842: mlH := b.coders.mlEnc.Histogram()
blockenc.go#L890: b.coders.mlEnc.HistogramFinished(mlMax, int(slices.Max(mlH[:mlMax+1])))
dict.go#L282: addHist(&ml, block.coders.mlEnc.Histogram())
dict.go#L414: mlTable, err := copyHist(block.coders.mlEnc, &ml)
seqenc.go#L10: llEnc, ofEnc, mlEnc *fseEncoder
seqenc.go#L40: compareSwap(ml, &s.mlEnc, &s.mlPrev)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |